home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 35 / PC Gamer IT CD 35 1-2.iso / UADEMO / MSUADEMO.EXE / CABFILE / IDR_CABFILE / DATA / SCRIPTS / USER.SCR < prev    next >
Text File  |  1998-07-24  |  14KB  |  572 lines

  1. ;----------------------------------------------------------------------------------------------------------------
  2. ;    USERVEHIKEL DEMOVERSION
  3. ;    (C) 1996-1998     B.Beyreuther / A.Flemming / A.Weissflog
  4. ;----------------------------------------------------------------------------------------------------------------
  5. new_vehicle 1
  6.         model             =     tank
  7.         name              =     WIESEL
  8.     wireframe    =    wireless/otlsimpl.sklt
  9.     hud_wireframe    =    wireless\nhe.sklt
  10.     wpn_wireframe_1    =    wireless\nhh.sklt
  11.     wpn_wireframe_2    =    wireless\nhi.sklt
  12.     mg_wireframe    =    wireless\nhg.sklt
  13.     vo_type        =    1    
  14.         energy          =     7500    
  15.         shield          =     35
  16.         mass            =     300
  17.         force           =     10000
  18.         maxrot          =     1
  19.         airconst        =     120
  20.         radius          =     35
  21.         overeof         =     11
  22.         vwr_radius      =     35
  23.         vwr_overeof     =     40
  24.  
  25.     adist_sector    =    650    
  26.     adist_bact              =      500    
  27.     sdist_sector    =    150        
  28.     sdist_bact    =    480        
  29.  
  30.     radar        =    1
  31.  
  32.         vp_normal       =     30                
  33.         vp_fire         =     31
  34.         vp_megadeth     =     90
  35.         vp_wait         =     33
  36.         vp_dead         =     34
  37.         vp_genesis      =     35
  38.         type_icon       =     K
  39.  
  40.     pal_explode_slot        =    1
  41.     pal_explode_mag0    =    0
  42.     pal_explode_mag1    =    0.75
  43.     pal_explode_time        =    120
  44.     
  45.         weapon          =     1              
  46.     gun_angle    =    0.3    
  47.         mgun            =     49            
  48.     gun_power    =    4000
  49.  
  50.         fire_x              =     0
  51.         fire_y          =     -7
  52.         fire_z              =     16
  53.  
  54.     dest_fx = megadeth_42_0_-20_0    
  55.     dest_fx = megadeth_46_-20_0_20
  56.     dest_fx = megadeth_46_20_0_20
  57.     dest_fx = megadeth_46_0_0_0    
  58.     dest_fx = megadeth_46_-20_0_-20 
  59.     dest_fx = megadeth_81_-20_-20_-20
  60.     dest_fx = megadeth_86_+20_-20_-20
  61.     dest_fx = megadeth_43_25_-50_0
  62.  
  63.     job_fightrobo           = 1
  64.             job_fightflyer          = 5        
  65.             job_fighthelicopter     = 6        
  66.             job_fighttank           = 2        
  67.             job_conquer             = 1        
  68.             job_reconnoitre         = 3
  69. end
  70.  
  71. new_vehicle 2
  72.         model             =     tank
  73.         name              =     JAGUAR
  74.     wireframe    =    wireless/otlpanz2.sklt
  75.     hud_wireframe    =    wireless\nhe.sklt
  76.     wpn_wireframe_1    =    wireless\nhh.sklt
  77.     wpn_wireframe_2    =    wireless\nhi.sklt
  78.     mg_wireframe    =    wireless\nhf.sklt
  79.  
  80.     vo_type        =    2            ; medium tank
  81.  
  82.         energy          =     10000
  83.         shield          =     60        ; 55
  84.         mass            =     500
  85.         force           =     6000
  86.         maxrot          =     0.8
  87.         airconst        =     200.0        ;120.0
  88.     ; height                              ; DEFAULT
  89.         radius          =     50
  90.         overeof         =     15     ; 8
  91.         vwr_radius      =     50
  92.         vwr_overeof     =     40    ; 30
  93.  
  94.     adist_sector     =    550                      
  95.         adist_bact      =     700        ; 500
  96.     sdist_sector    =    100
  97.     sdist_bact    =    600        ; 400
  98.  
  99.     radar        =    1
  100.  
  101.         vp_normal       =     89                    ; siehe visproto.lst
  102.         vp_fire         =     91
  103.         vp_megadeth     =     90
  104.         vp_wait         =     92
  105.         vp_dead         =     93
  106.         vp_genesis      =     94
  107.     type_icon    =    J
  108.  
  109.     pal_explode_slot        =    1    ; ROT
  110.     pal_explode_mag0    =    0
  111.     pal_explode_mag1    =    1
  112.     pal_explode_time        =    160
  113.     
  114.         weapon              =     2    ; siehe weapon.lst
  115.         mgun                =     49    ; siehe weapon.lst
  116.     gun_angle    =    0.3        ; PANZER auf 0.3 / Luftfahrzeuge auf NULL
  117.       gun_power        =    5000
  118.  
  119.         fire_x                  =     0
  120.         fire_y              =     -12
  121.         fire_z                  =     28
  122.  
  123.     dest_fx = megadeth_42_0_-20_0    
  124.     dest_fx = megadeth_46_-20_0_20
  125.     dest_fx = megadeth_46_20_0_20
  126.     dest_fx = megadeth_46_0_0_0    
  127.     dest_fx = megadeth_46_-20_0_-20 
  128.     dest_fx = megadeth_81_-20_-20_-20
  129.     dest_fx = megadeth_86_+20_-20_-20
  130.     dest_fx = megadeth_43_25_-50_0
  131.  
  132.         job_fightrobo           = 4
  133.         job_fightflyer          = 2
  134.         job_fighthelicopter     = 4        ; 6
  135.         job_fighttank           = 6
  136.         job_conquer             = 6
  137.         job_reconnoitre         = 1
  138. end
  139.  
  140. new_vehicle 3
  141.         model             =     tank
  142.         name              =     TIGER
  143.     wireframe    =    wireless/otlPANZ3.sklt
  144.     hud_wireframe    =    wireless\nhe.sklt
  145.     wpn_wireframe_1    =    wireless\nhh.sklt
  146.     wpn_wireframe_2    =    wireless\nhi.sklt
  147.     mg_wireframe    =    wireless\nhf.sklt
  148.  
  149.     vo_type        =    3        ; heavy tank
  150.  
  151.         energy        =     22000
  152.         shield        =     75
  153.         mass            =     800
  154.         force           =     14000
  155.         maxrot          =     0.6
  156.         airconst        =     1000.0
  157.     radar        =    2        ; HEAVY TANK, GLIDER, HELI haben 3    
  158.     ; height                              ; DEFAULT
  159.         radius          =     65
  160.         overeof         =     15         ; 8
  161.         vwr_radius      =     65
  162.         vwr_overeof     =     40    ; 30
  163.  
  164.     adist_sector     =    550                      
  165.         adist_bact      =     900        ; 500
  166.     sdist_sector    =    100
  167.     sdist_bact    =    200        ; 400
  168.  
  169.     vp_normal       =     146                    ; siehe visproto.lst
  170.         vp_fire         =     147
  171.         vp_megadeth     =     150
  172.         vp_wait         =     148
  173.         vp_dead         =     22
  174.         vp_genesis      =     149
  175.         type_icon       =     A
  176.  
  177.     pal_explode_slot        =    1    ; ROT
  178.     pal_explode_mag0    =    0
  179.     pal_explode_mag1    =    1
  180.     pal_explode_time        =    160
  181.     
  182.     weapon          =     3                    ; siehe weapon.lst
  183.         mgun            =     49                    ; siehe weapon.lst
  184.     gun_angle    =    0.3        ; PANZER auf 0.3 / Luftfahrzeuge auf NULL
  185.     gun_power    =    6000
  186.  
  187.         fire_x              =     0
  188.         fire_y          =     -16
  189.         fire_z              =     35
  190.  
  191.     dest_fx = megadeth_42_0_-20_0    
  192.     dest_fx = megadeth_46_-20_0_20
  193.     dest_fx = megadeth_46_20_0_20
  194.     dest_fx = megadeth_46_0_0_0    
  195.     dest_fx = megadeth_46_-20_0_-20 
  196.     dest_fx = megadeth_81_-20_-20_-20
  197.     dest_fx = megadeth_86_+20_-20_-20
  198.     dest_fx = megadeth_43_25_-50_0
  199.  
  200.         job_fightrobo           = 7
  201.         job_fightflyer          = 1
  202.         job_fighthelicopter     = 4        ; 7
  203.         job_fighttank           = 7
  204.         job_conquer             = 7
  205.         job_reconnoitre         = 1
  206.  
  207. end
  208.  
  209. new_vehicle     4
  210.         model             =     plane
  211.         name              =     ERAZER
  212.     wireframe    =    wireless\otljet1.sklt
  213.  
  214.     hud_wireframe    =    wireless\nh1.sklt
  215.     wpn_wireframe_1    =    wireless\nh3.sklt
  216.     wpn_wireframe_2    =    wireless\nh5.sklt
  217.     mg_wireframe    =    wireless\nh2.sklt
  218.  
  219.     vo_type        =    8        ; medium aircraft
  220.  
  221.         energy          =     19000        ; Ich hab den Preis mal nahezu verdoppelt. (vorher 10000)
  222.         shield          =     40        ; Dafⁿr den Schild von 70 runtergesetzt.
  223.         mass            =     200
  224.         force           =     20000
  225.         maxrot          =     1.1
  226.         airconst        =     180.0
  227.         height          =     350.0
  228.         radius          =     80.0
  229.         overeof         =     25.0
  230.         vwr_radius      =     40
  231.         vwr_overeof     =     30
  232.  
  233.     adist_sector     =    900                      
  234.         adist_bact      =     900
  235.     sdist_sector    =    400
  236.     sdist_bact    =    500
  237.  
  238.         vp_normal       =     71                    ; siehe visproto.lst
  239.         vp_fire         =     76
  240.         vp_megadeth     =     72
  241.         vp_wait         =     74
  242.         vp_dead         =     75
  243.         vp_genesis      =     73
  244.         type_icon       =     E
  245.     
  246.     pal_explode_slot        =    1                ; ROT
  247.     pal_explode_mag0    =    0
  248.     pal_explode_mag1    =    1
  249.     pal_explode_time        =    160
  250.  
  251.     shk_explode_slot        =     1
  252.     shk_explode_time    =     200
  253.     shk_explode_mag0    =     4
  254.     shk_explode_mag1    =    3
  255.     shk_explode_x        =    1
  256.     shk_explode_y        =    0
  257.     shk_explode_z        =     0
  258.     shk_explode_mute    =    1
  259.  
  260.         weapon          =     4                 ; siehe weapon.lst
  261.         mgun            =     49                ; siehe weapon.lst
  262.     gun_angle           =    0
  263.     gun_power    =    7000
  264.  
  265.         fire_x              =     40
  266.         fire_y          =     14
  267.         fire_z              =     -20
  268.  
  269.     dest_fx = death_42_0_-20_0    
  270.     dest_fx = death_43_-20_30_20
  271.     dest_fx = death_44_20_20_50
  272.     dest_fx = death_46_11_70_0    
  273.     dest_fx = death_84_-20_0_-20 
  274.     dest_fx = death_81_-20_-10_-20
  275.     dest_fx = death_84_+20_-20_-20
  276.     dest_fx = death_45_25_50_0
  277.  
  278.     dest_fx = death_127_0_0_0    ; BLASSBLAU
  279.  
  280.         job_fightrobo           =  2
  281.         job_fightflyer          = 9
  282.         job_fighthelicopter     = 8
  283.         job_fighttank           = 1        ; 2
  284.         job_conquer             = 2        ; 1
  285.         job_reconnoitre         = 5
  286.  
  287. end
  288.  
  289. new_vehicle     6
  290.         model        =     heli
  291.         name        =     WASP
  292.     wireframe    =    wireless/otlwasp.sklt
  293.     vo_type        =    4        ; light helicopter
  294.  
  295.         energy          =     9000
  296.         shield          =     40
  297.         mass            =     400
  298.         force           =     7000
  299.         maxrot          =     1.5
  300.         airconst        =     120
  301.         height          =     200    ; 150
  302.         radius          =     40
  303.         overeof         =     16
  304.         vwr_radius      =     30
  305.         vwr_overeof     =     30
  306.  
  307.     adist_sector     =    555                      
  308.         adist_bact      =     666
  309.     sdist_sector    =    333
  310.     sdist_bact    =    444
  311.  
  312.         radar        =    1
  313.  
  314.         vp_normal       =     83                ; siehe visproto.lst
  315.         vp_fire         =     88
  316.         vp_megadeth     =     84
  317.         vp_wait         =     86
  318.         vp_dead         =     87
  319.         vp_genesis      =     85
  320.         type_icon       =     L
  321.  
  322.     shk_explode_slot        =     1
  323.     shk_explode_time    =     200
  324.     shk_explode_mag0    =     3
  325.     shk_explode_mag1    =    2
  326.     shk_explode_x        =    1
  327.     shk_explode_y        =    0
  328.     shk_explode_z        =     0
  329.     shk_explode_mute    =    1
  330.  
  331.     pal_explode_slot        =    1
  332.     pal_explode_mag0    =    0
  333.     pal_explode_mag1    =    1
  334.     pal_explode_time        =    160
  335.     
  336.     dest_fx = death_42_0_-20_0    
  337.     dest_fx = death_43_-20_30_20
  338.     dest_fx = death_44_20_20_50
  339.     dest_fx = death_46_11_-30_0    
  340.     dest_fx = death_84_-20_-10_-20 
  341.     dest_fx = death_81_-20_-10_-20
  342.     dest_fx = death_84_+20_-20_-20
  343.     dest_fx = death_45_25_0_0
  344.  
  345.         weapon          =     6               
  346.         mgun            =     49              
  347.         gun_angle       =     0 
  348.         gun_power    =    8000
  349.  
  350.         fire_x              =     5
  351.         fire_y          =     5
  352.         fire_z              =     0
  353.  
  354.         job_fightrobo           = 1
  355.         job_fightflyer          = 2
  356.         job_fighthelicopter     = 5
  357.         job_fighttank           =     7
  358.         job_conquer             =     7
  359.         job_reconnoitre         = 5
  360.  
  361. end
  362.  
  363. new_vehicle     9
  364.         model             =     ufo
  365.         name              =     SCOUT
  366.     wireframe    =    wireless/otlsatt1.sklt
  367.     vo_type        =    A        
  368.  
  369.         energy          =     5000        
  370.         shield          =     50        
  371.         mass            =     400
  372.         force           =     27000
  373.         maxrot          =     1.8
  374.         airconst        =     120.0
  375.         height          =     800
  376.         radius          =     30.0
  377.         overeof         =     12.0
  378.         vwr_radius      =     30.0
  379.         vwr_overeof     =     30.0
  380.  
  381.     adist_sector     =    150        
  382.         adist_bact      =     100
  383.     sdist_sector    =    10
  384.     sdist_bact    =    50
  385.  
  386.         radar           =     4
  387.  
  388.         vp_normal       =     42    
  389.         vp_fire         =     43
  390.         vp_megadeth     =     44
  391.         vp_wait         =     42        
  392.         vp_dead         =     46
  393.         vp_genesis      =     47
  394.         type_icon       =     G
  395.  
  396.     pal_explode_slot        =    1            
  397.     pal_explode_mag0    =    0
  398.     pal_explode_mag1    =    0.5
  399.     pal_explode_time        =    100
  400.  
  401.     shk_explode_slot        =     1
  402.     shk_explode_time    =     200
  403.     shk_explode_mag0    =     1
  404.     shk_explode_mag1    =    0
  405.     shk_explode_x        =    1
  406.     shk_explode_y        =    0
  407.     shk_explode_z        =     0
  408.     shk_explode_mute    =    1
  409.     
  410.     dest_fx = death_43_50_-20_0    
  411.     dest_fx = death_46_-2_-30_20
  412.     dest_fx = death_46_-20_-20_50
  413.     dest_fx = death_46_11_-30_0    
  414.     dest_fx = death_86_-20_-10_-20 
  415.     dest_fx = death_81_2_-10_-20
  416.     dest_fx = death_86_-20_-20_-20
  417.     dest_fx = death_46_-25_-10_0
  418.  
  419.             job_fightrobo           = 0
  420.         job_fightflyer          = 0
  421.         job_fighthelicopter     = 0
  422.         job_fighttank           = 0
  423.         job_conquer             = 0
  424.         job_reconnoitre         = 10
  425.  
  426. end
  427.  
  428. new_vehicle     15
  429.         model             =     heli   
  430.         name              =     LAURIN
  431.     wireframe    =    wireless/otlhubi3.sklt
  432.     vo_type        =    5    
  433.  
  434.         energy          =     15000
  435.         shield          =     65
  436.         mass            =     500
  437.         force           =     8000
  438.         maxrot          =     1.4    
  439.         airconst        =     250    
  440.         height          =     310    
  441.         radius          =     60    
  442.         overeof         =     28
  443.         vwr_radius      =     30
  444.         vwr_overeof     =     30
  445.  
  446.     adist_sector     =    750                      
  447.         adist_bact      =     650
  448.     sdist_sector    =    40
  449.     sdist_bact    =    300
  450.  
  451.     radar        =    1
  452.  
  453.         vp_normal       =     106               
  454.         vp_fire         =     108
  455.         vp_megadeth     =     107
  456.         vp_wait         =     109
  457.         vp_dead         =     110
  458.         vp_genesis      =     111
  459.         type_icon       =     P
  460.  
  461.     pal_explode_slot        =    1                
  462.     pal_explode_mag0    =    0
  463.     pal_explode_mag1    =    1.5
  464.     pal_explode_time        =    140
  465.  
  466.     shk_explode_slot        =     1
  467.     shk_explode_time    =     200
  468.     shk_explode_mag0    =     4
  469.     shk_explode_mag1    =    3
  470.     shk_explode_x        =    1
  471.     shk_explode_y        =    0
  472.     shk_explode_z        =     0
  473.     shk_explode_mute    =    1
  474.  
  475.     dest_fx    = death_17_0_0_0
  476.  
  477.     dest_fx = death_42_0_-20_0    
  478.     dest_fx = death_43_-20_30_20
  479.     dest_fx = death_44_20_20_50
  480.     dest_fx = death_46_11_-30_0    
  481.     dest_fx = death_84_-20_-10_-20 
  482.     dest_fx = death_81_-20_-10_-20
  483.     dest_fx = death_84_+20_-20_-20
  484.     dest_fx = death_45_25_0_0
  485.  
  486.         weapon          =     15                     
  487.         mgun            =     49                    
  488.         gun_angle       =     0
  489.     gun_power    =    15000
  490.  
  491.         fire_x              =     -5
  492.         fire_y          =     8
  493.         fire_z              =     12
  494.  
  495.         job_fightrobo           = 5
  496.         job_fightflyer          = 2
  497.         job_fighthelicopter     = 6
  498.         job_fighttank           = 8        ; 7
  499.         job_conquer             = 8        ; 7
  500.         job_reconnoitre         = 4
  501.  
  502. end
  503.  
  504. new_vehicle 16
  505.         model             =     tank
  506.         name              =     FOX
  507.     wireframe    =    wireless/otlsimp2.sklt
  508.     hud_wireframe    =    wireless\nhe.sklt
  509.     wpn_wireframe_1    =    wireless\nhh.sklt
  510.     wpn_wireframe_2    =    wireless\nhi.sklt
  511.     mg_wireframe    =    wireless\nhg.sklt
  512.  
  513.     vo_type        =    1
  514.     enable        =    1        ; BASIS-VEHICLE
  515.  
  516.         energy          =     9500
  517.         shield          =     50
  518.         mass            =     300
  519.         force           =     6000
  520.         maxrot          =     1.0
  521.         airconst        =     130.0                ;120.0
  522.  
  523.         radius          =     35
  524.         overeof         =     11
  525.         vwr_radius      =     35
  526.         vwr_overeof     =     40    ; 30
  527.  
  528.     adist_sector    =    500    
  529.     adist_bact              =      550            
  530.     sdist_sector    =    150    
  531.     sdist_bact    =    460    
  532.  
  533.     radar                     =    1
  534.  
  535.         vp_normal       =     209               
  536.         vp_fire         =     211
  537.         vp_megadeth     =     90
  538.         vp_wait         =     210
  539.         vp_dead         =     34
  540.         vp_genesis      =     280
  541.         type_icon       =    M
  542.  
  543.     pal_explode_slot        =    1    
  544.     pal_explode_mag0    =    0
  545.     pal_explode_mag1    =    0.75
  546.     pal_explode_time        =    120
  547.     
  548.         weapon          =     16                
  549.     gun_angle    =    0.3        
  550.         mgun            =     49              
  551.     gun_power    =    4000
  552.  
  553.         fire_x              =     4
  554.         fire_y          =     -24
  555.         fire_z              =     10
  556.  
  557.     dest_fx = megadeth_42_0_-20_0    
  558.     dest_fx = megadeth_46_-20_0_20
  559.     dest_fx = megadeth_46_20_0_20
  560.     dest_fx = megadeth_46_0_0_0    
  561.     dest_fx = megadeth_46_-20_0_-20 
  562.     dest_fx = megadeth_81_-20_-20_-20
  563.     dest_fx = megadeth_86_+20_-20_-20
  564.     dest_fx = megadeth_43_25_-50_0
  565.  
  566.         job_fightrobo           = 2
  567.         job_fightflyer          = 6            ; 4
  568.         job_fighthelicopter     = 7        ; 5
  569.         job_fighttank           = 3        ; 4
  570.         job_conquer             = 5
  571.         job_reconnoitre         = 2
  572. end